RELATIVE FILEPATH$
RELATIVE FILEPATH$ will convert a fully qualified path name into a relative path name. The DestName parameter specifies the path and file name to be converted. BaseName is the fully qualified name of the base directory to which the returned path name should be relative.
RELATIVE FILEPATH$ strips out common path directories and inserts '..\' for each level up from the BaseName.
ARGUMENTS:
* BaseName = fully qualified name of the base directory
* DestName = the path and filename to be converted
RETURNS:
The relative filepath
SYNTAX
Return String=RELATIVE FILEPATH$(BaseName,DestName)
RELATED INFO
View File Names and Paths Index
View STYX Index
View STYX Main File
